body {
    background-color: #e4e6e9;
    min-height: 100%;
    padding-bottom: 0;
    font-family: 'Verdana';
    font-size: 13px;
    color: #393939;
    line-height: 1.5;

    background-image: url("../img/bg.png");
    background-repeat: repeat-x;
    background-position:top
}
input[type="checkbox"][readonly].ace {
    pointer-events: none !important;
}
[type="date"]::-webkit-inner-spin-button {
    display: none;
}
[type="datetime-local"]::-webkit-inner-spin-button {
    display: none;
}
.border-error {
    border: 1px solid red !important;
    background-color: #ff9389 !important;
    color: black !important;
}
.menu2 {
    height: 92px;
    width: 100%;
    border-top: solid 1px #D0D0D0;
    border-bottom: solid 1px #999;
    background-image: url("../img/bg_botao.png");
    background-repeat: repeat-x;
    font-size: 10px;
}
#menu2-2 {
    float: left;
    height: 42px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    background-image: url("../img/bg_botao.png");
    background-repeat: repeat-x;
    top:0;
    left: 0;
    display:block;
    position:fixed;
    z-index:1000;
    box-shadow:0 0 10px #999999;
}
.botaoMenu2-2 {
    float: left;
    height: 40px;
    padding: 5px 7px 0 7px;
    text-align: center;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999;
    font-size: 10px;
}
.botaoMenu2-3 {
    float: left;
    height: 40px;
    padding: 10px 7px 0 7px;
    text-align: center;
    font-size: 15px;
}
.botaoMenu2-4 {
    float: right;
    height: 40px;
    padding: 5px 7px 0 7px;
    text-align: center;
    font-size: 10px;
}
.iconeMenu {
    width: 130px;
    height: 90px;
    text-align: center;
    background-image: url("../img/bg_botao.png");
    background-repeat: repeat-x;
    border: 0px;
    display: inline-block;
}.iconeMenu:hover {
     width: 130px;
     height: 90px;
     background-image: url("../img/bg_botaoHover.png");
     background-repeat: repeat-x;
     display: inline-block;
 }
fieldset.scheduler-border {
    border: 1px solid #757575 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 10px 0 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin: 0 0 20px 0;
}
.finMes {
    float: left;
    padding: 10px;
    margin-right: 7px;
    background-color: #E9E9E9;
    border: 1px solid #CCC;
    border-radius: 7px;
}
#finMes2{
    float: left;
    padding: 10px;
    margin-right: 7px;
    background-color: #FFFFCE;
    border: 1px solid #E6E600;
    border-radius: 7px;
}
.border-0{
    border: 0;
}
.height-25{
    height: 25px;
}
.row-resumo {
    margin-bottom: 7px;
    border-bottom: 1px dashed #bcc6d2;
}
#formResumo input{
    background: transparent !important;
    border: none;
    font-family: 'Verdana';
    font-size: 13px;
    color: #393939 !important;
    line-height: 1.5;
    height: 20px;
}
.chosen-select:invalid {
    height: 0px !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}

.chosen-select:invalid[multiple] {
    margin-top: 15px !important;
}